Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / ListBoxEditor Class / ListBoxEditor Constructor / ListBoxEditor Constructor(String[],String[])
Items in the list box list, specified as an array
Values for the items in the list box list, specified as an array


In This Topic
    ListBoxEditor Constructor(String[],String[])
    In This Topic
    Creates a new list box editor, with the specified items in the list box list and with the specified values for the items.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal items() As String, _
       ByVal values() As String _
    )
    'Usage
     
    
    Dim items() As String
    Dim values() As String
     
    Dim instance As New ListBoxEditor(items, values)
    public ListBoxEditor( 
       string[] items,
       string[] values
    )

    Parameters

    items
    Items in the list box list, specified as an array
    values
    Values for the items in the list box list, specified as an array
    See Also